Click or drag to resize

ServiceDeleteAttachment Method (AttachmentInfo)

Deletes file or item attachment from an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId DeleteAttachment(
	AttachmentInfo attachmentInfo
)

Parameters

attachmentInfo
Type: Independentsoft.ExchangeAttachmentInfo
The ID of the attachment to delete.

Return Value

Type: ItemId
The identifier of the parent item.
Exceptions
ExceptionCondition
ArgumentNullExceptionattachmentInfo
See Also